Initializes a new instance of the 
ImGearARTCurve class object.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal () As ImGearPoint, _
   ByVal  As IImGearRGBQuad, _
   ByVal  As ImGearARTPenStyle, _
   ByVal  As Integer, _
   ByVal  As Single, _
   ByVal  As Integer _
)
             
        
            
            'Usage
 
Dim points() As ImGearPoint
Dim color As IImGearRGBQuad
Dim style As ImGearARTPenStyle
Dim width As Integer
Dim tension As Single
Dim opacity As Integer
 
Dim instance As New ImGearARTCurve(points, color, style, width, tension, opacity)
             
        
            
        
            
        
            
        
             
        
            Parameters
- points
- Raw points array.
- color
- Color of the mark.
- style
- Style of the mark.
- width
- Width of the mark.
- tension
- Tension of the curve.
- opacity
- Opacity of the mark.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also